|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /proc/thread-self/root/usr/share/doc/ucf/examples/ucf_helper_functions/tests/ |
Upload File : |
#!/bin/bash handle_all_ucf_files $PKGDIR $LOCDIR cp package-changed $PKGRF rm -f $PKGF echo "this is a locally changed file" > $LOCF take_ref echo "rename_ucf_file $LOCF $LOCRF" rename_ucf_file $LOCF $LOCRF echo "handle_all_ucf_files $PKGDIR $LOCDIR" export UCF_FORCE_CONFFOLD=1 handle_all_ucf_files $PKGDIR $LOCDIR echo "final check" is_local $LOCRF && check_ucfq_number 1 return $?